﻿@charset "utf-8";
* { margin: 0; padding: 0; }

/* body */ 
body { margin: 0; padding: 0; width: 100%; min-width: 1200px; height: 100%; font-size: 14px; font-family: Microsoft YaHei, "微软雅黑", 宋体, Times, "Times New Roman", Verdana, Arial; color: #000; line-height: 24px; /* font-size: 16px; */ }
i, em { font-style: normal; }
/* a */ 
a { text-decoration: none; transition: all .2s linear 0s }
a, a:link { color: #222; text-decoration: none; }
a:visited { }
a:active, a:hover { text-decoration: none; color: #666; }
a:focus { outline: none; }
/* form */ 
textarea, input { word-wrap: break-word; word-break: break-all; }
textarea { font-family: Microsoft YaHei, "微软雅黑", 宋体, Times, "Times New Roman", Verdana, Arial; font-size: 12px }
input { vertical-align: middle; font-size: 12px;font-family: Microsoft YaHei, "微软雅黑", 宋体, Times, "Times New Roman", Verdana, Arial;}
.button { vertical-align: middle; font-size: 12px;cursor: pointer; }
select { font-family: Arial; font-size: 12px } 
h3, h4, h5 { margin: 0; padding: 0; font-family: "微软雅黑"; font-size: 14px }
/* li */
dd, dl, dt, li, ol, ul { margin: 0; padding: 0; list-style: none }
/* img */ 
img { border: 0 none; vertical-align: middle; }
/*public*/
.db { display: block; }
/*float*/
.fl, .fr { display: inline-block; float: left; }
.fr { float: right; }
/*margin*/
.mt30 { margin-top: 30px; }
.mr30 { margin-right: 30px; }
.mb30 { margin-bottom: 30px; }
.ml30 { margin-left: 30px; }
/*padding*/
.p-4-10 { padding: 10px; }
.p-3-9 { padding: 10px 9px 9px 9px; }
/*border*/
.b-4-1 { border: 1px solid #999; }
.b-3-1 { border: 1px solid #999; border-top: none; }
/*text*/
.ti { text-indent: 2em; }
/*other*/
.cur { cursor: pointer; }
.oh { overflow: hidden; }
/*clearboth*/
.cl { height: 30px; font-size: 30px; overflow: hidden; clear: both; content: ""; display: block; }
.clearfix:after {content:"24dq"; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
.box2_banner{ width:1200px; height:100px; margin:30px auto; display: block; }
.box2_banner img{ width:1200px; height:100px;}
.box1_news { width:1200px; height: 390px; display: block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}.clearfix {display:block;}
/* End hide from IE-mac */
/*position*/
.poa { position: absolute; }
.po { position: relative; }